12 TempoTools(RhythmIO
* rio
);
15 short autoPlay(int type
);
16 short clickAccuracy(int type
, bool cout
);
17 short clickAccuracyRange(int type
);
18 double clickTempo(int time
);
21 void createTimeData(std::string levelPath
);
23 void proccessDataSlow();
24 void setMusicStart(long long musicStart
);
25 void countDown(float* time
, float durration
);
29 long long fileTime
[9];
31 long long cueFileTime
[9];
37 std::string levelPath
;
47 std::vector
<double> clickTimes
;
48 std::vector
<std::vector
<int>> timeKeys
;
49 std::vector
<std::vector
<long long>> hitData
;
50 std::vector
<std::vector
<long long>> cueData
;